From d18c0652700b138663d2427be598fde197bb83b2 Mon Sep 17 00:00:00 2001 From: Colin Wallace Date: Sat, 5 Aug 2017 19:01:24 -0700 Subject: [PATCH] Fix repeated "to to" in Specifying Dependencies --- src/doc/specifying-dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/specifying-dependencies.md b/src/doc/specifying-dependencies.md index a4b0c342e..f68f804ec 100644 --- a/src/doc/specifying-dependencies.md +++ b/src/doc/specifying-dependencies.md @@ -173,7 +173,7 @@ dependencies but "libraries" do not. The desire to override a dependency or otherwise alter some dependencies can arise through a number of scenarios. Most of them, however, boil down to the -ability to to work with a crate before it's been published to crates.io. For +ability to work with a crate before it's been published to crates.io. For example: * A crate you're working on is also used in a much larger application you're -- 2.30.2